home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_resize.dll / 0 / RCDATA / TFRMRESIZE / TFRMRESIZE.txt
Text File  |  2004-10-22  |  2KB  |  99 lines

  1. object frmResize: TfrmResize
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Resize image'
  7.   ClientHeight = 129
  8.   ClientWidth = 272
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblHeight: TLabel
  21.     Left = 142
  22.     Top = 8
  23.     Width = 34
  24.     Height = 13
  25.     Caption = 'Height:'
  26.   end
  27.   object lblMethod: TLabel
  28.     Left = 10
  29.     Top = 46
  30.     Width = 73
  31.     Height = 13
  32.     Caption = 'Resize method:'
  33.   end
  34.   object lblWidth: TLabel
  35.     Left = 10
  36.     Top = 8
  37.     Width = 31
  38.     Height = 13
  39.     Caption = 'Width:'
  40.   end
  41.   object bvlSep: TBevel
  42.     Left = 10
  43.     Top = 90
  44.     Width = 253
  45.     Height = 2
  46.   end
  47.   object btnOK: TButton
  48.     Left = 110
  49.     Top = 96
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'OK'
  53.     Default = True
  54.     TabOrder = 0
  55.     OnClick = btnOKClick
  56.   end
  57.   object btnCancel: TButton
  58.     Left = 188
  59.     Top = 96
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Cancel'
  63.     TabOrder = 1
  64.     OnClick = btnCancelClick
  65.   end
  66.   object edtWidth: TEdit
  67.     Left = 10
  68.     Top = 22
  69.     Width = 121
  70.     Height = 21
  71.     TabOrder = 3
  72.   end
  73.   object edtHeight: TEdit
  74.     Left = 142
  75.     Top = 22
  76.     Width = 121
  77.     Height = 21
  78.     TabOrder = 4
  79.   end
  80.   object cbxMethod: TComboBox
  81.     Left = 10
  82.     Top = 60
  83.     Width = 121
  84.     Height = 22
  85.     Style = csOwnerDrawFixed
  86.     DropDownCount = 7
  87.     ItemHeight = 16
  88.     TabOrder = 2
  89.     Items.Strings = (
  90.       'Box'
  91.       'Triangle'
  92.       'Hermite'
  93.       'Bell'
  94.       'Spline'
  95.       'Lanczos3'
  96.       'Mitchell')
  97.   end
  98. end
  99.